home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ssqcst.cst / 00010_Script_Autoclick function < prev    next >
Text File  |  1998-09-28  |  298b  |  12 lines

  1. global gButtonstate
  2. -- use this handler to fake a click on threestate button
  3.  
  4. on autoclick x
  5.   set which = the membernum of sprite x
  6.   set the membernum of sprite x =  member (which+1) of castlib "ssqcst"
  7.   setat (gButtonstate,x,2)
  8.   set the blend of sprite x = 100
  9.   updatestage
  10.   
  11. end
  12.